home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / trout.dir / 00023_play.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  214 b   |  13 lines

  1. on mouseDown
  2.   global myLine, csn
  3.   if the frame < 4 then
  4.     exit
  5.   end if
  6.   if the doubleClick then
  7.     exit
  8.   end if
  9.   set the castNum of sprite 5 to 33
  10.   updateStage()
  11.   set the movieRate of sprite 24 to 1
  12. end
  13.